crypto/internal/edwards25519.projP1xP1.Double (method)
10 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L352: func (v *projP1xP1) Double(p *projP2) *projP1xP1 {
scalarmult.go#L63: tmp1.Double(tmp2) // tmp1 = 2*v in P1xP1 coords
scalarmult.go#L65: tmp1.Double(tmp2) // tmp1 = 4*v in P1xP1 coords
scalarmult.go#L67: tmp1.Double(tmp2) // tmp1 = 8*v in P1xP1 coords
scalarmult.go#L69: tmp1.Double(tmp2) // tmp1 = 16*v in P1xP1 coords
scalarmult.go#L110: tmp1.Double(tmp2) // tmp1 = 2*(prev) in P1xP1 coords
scalarmult.go#L112: tmp1.Double(tmp2) // tmp1 = 4*(prev) in P1xP1 coords
scalarmult.go#L114: tmp1.Double(tmp2) // tmp1 = 8*(prev) in P1xP1 coords
scalarmult.go#L116: tmp1.Double(tmp2) // tmp1 = 16*(prev) in P1xP1 coords
scalarmult.go#L186: tmp1.Double(tmp2)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |